GdkDisplay: Remove unused GdkKeyboardGrabInfo struct
authorRobert Ancell <robert.ancell@canonical.com>
Mon, 9 Jun 2014 02:17:39 +0000 (14:17 +1200)
committerRobert Ancell <robert.ancell@canonical.com>
Tue, 10 Jun 2014 20:30:04 +0000 (08:30 +1200)
I can't find anything that uses this struct and it seems to be replaced by GdkDeviceGrabInfo

gdk/gdkdisplayprivate.h

index 2dbaafe98cac34c2f3e8bc21efd2be5f54a04d67..7911d25f4f47cd9f3d731386cf8280661310871a 100644 (file)
@@ -31,17 +31,7 @@ G_BEGIN_DECLS
 
 typedef struct _GdkDisplayClass GdkDisplayClass;
 
-/* Tracks information about the keyboard grab on this display */
-typedef struct
-{
-  GdkWindow *window;
-  GdkWindow *native_window;
-  gulong serial;
-  gboolean owner_events;
-  guint32 time;
-} GdkKeyboardGrabInfo;
-
-/* Tracks information about the pointer grab on this display */
+/* Tracks information about the device grab on this display */
 typedef struct
 {
   GdkWindow *window;